ContentTransferEncoding Enumeration
Specifies the Content-Transfer-Encoding header information for an e-mail message attachment.
Namespace: Independentsoft.Email.MimeAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public enum ContentTransferEncoding
Public Enumeration ContentTransferEncoding
| SevenBit | 0 | |
| EightBit | 1 | |
| Base64 | 2 | |
| Binary | 3 | |
| QuotedPrintable | 4 | |
| IetfToken | 5 | |
| XToken | 6 | |